Class IPCEventSubscriptionLTV

java.lang.Object
com.cisco.pt.impl.LTVImpl
com.cisco.pt.impl.IPCEventSubscriptionLTV
All Implemented Interfaces:
LTV

public class IPCEventSubscriptionLTV extends LTVImpl
Encapsulates message to subscribe to IPC Event notification
Author:
packettracerexapps@external.cisco.com
  • Field Details

    • className

      protected String className
    • uuid

      protected UUID uuid
    • eventName

      protected String eventName
    • subscribe

      protected boolean subscribe
  • Constructor Details

    • IPCEventSubscriptionLTV

      public IPCEventSubscriptionLTV(String className, UUID uuid, String eventName, boolean subscribe)
      constructor
      Parameters:
      className - String
      uuid - UUID
      eventName - String
      subscribe - boolean
  • Method Details